setStyleLightProperty

open fun setStyleLightProperty(property: String, value: Value): Expected<String, None>

Sets a value to the the style light property.

Return

string describing an error if the operation was not successful, empty otherwise.

Parameters

property

The style light property name.

value

The style light property value.